From d011abf938e9017bcc4a2e04bce0d7d20bd8fb75 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 16 Nov 2018 22:52:26 -0600 Subject: [PATCH] Fix docstring --- src/pgwui_core/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pgwui_core/constants.py b/src/pgwui_core/constants.py index 69799ad..12007fc 100644 --- a/src/pgwui_core/constants.py +++ b/src/pgwui_core/constants.py @@ -19,7 +19,8 @@ # Karl O. Pinc # -# Constants used by the GMI pyramid programs. +'''Constants used by the PGWUI programs. +''' # The various important containers. TEST_DB = 'gombemi_test' -- 2.34.1